home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
cmds
/
oldwish
/
oldflat.cursor
< prev
next >
Wrap
Text File
|
1989-01-11
|
287b
|
10 lines
#define flatCursor_width 16
#define flatCursor_height 16
#define flatCursor_x_hot 7
#define flatCursor_y_hot 8
static short flatCursor_bits[] = {
0x0000, 0x1f82, 0x1082, 0x0882,
0x0082, 0x0082, 0x0182, 0x3f02,
0x6002, 0x4602, 0x4102, 0x4102,
0x4102, 0x2302, 0x3cfc, 0x0000};